ESB_AutomationTestReport_20220301161223.html

Report generated on 01-Mar-2022 at 16:53:52 by pytest-html v3.1.1

Environment

Packages {"pluggy": "1.0.0", "py": "1.10.0", "pytest": "6.2.5"}
Platform macOS-11.6.1-x86_64-i386-64bit
Plugins {"allure-pytest": "2.9.44", "html": "3.1.1", "metadata": "1.11.0", "ordering": "0.6", "rerunfailures": "10.2"}
Python 3.10.0

Summary

43 tests ran in 2483.69 seconds.

40 passed, 0 skipped, 3 failed, 0 errors, 0 expected failures, 0 unexpected passes, 18 rerun

Results

Result Test Duration Links
Failed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_sum 43.00
Additional HTML
self = <test_value.TestValues object at 0x108a9b0d0>

@pytest.mark.critical
def test_value_indicator_var_sum(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var()

testCase/PivotTable/Properties/test_value.py:1135:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108a9b0d0>, agg = 'Sum', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:46:54|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:46:56|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:46:56|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:00|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:01|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:03|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:05|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:07|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:09|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:10|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:12|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:13|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:15|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:17|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:20|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:47:26|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:47:28|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:47:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:32|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:33|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:35|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:36|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:39|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:43|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:44|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:51|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:47:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:47:56|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:47:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:47:59|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:47:59|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:48:00|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:48:01|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:48:02|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:48:04|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:48:06|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:48:07|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:48:10|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:48:11|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:48:12|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:48:14|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:48:15|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:48:17|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:48:19|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:48:22|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:48:26|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:48:27|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:48:28|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:48:30|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:48:30|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:48:31|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:48:32|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:48:33|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:48:35|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:48:37|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:48:38|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:48:41|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:48:42|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:48:43|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:48:45|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:48:46|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:48:48|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:48:50|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:48:53|INFO |logger_until.py:Line17|select reference var
Failed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_min 43.75
Additional HTML
self = <test_value.TestValues object at 0x1087c9630>

@pytest.mark.critical
def test_value_indicator_var_min(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Min")

testCase/PivotTable/Properties/test_value.py:1155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x1087c9630>, agg = 'Min', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:48:57|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:48:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:48:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:02|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:03|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:04|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:06|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:08|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:49:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:49:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:49:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:49:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:49:20|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:49:22|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:49:25|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:49:31|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:33|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:33|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:36|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:38|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:39|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:41|INFO |logger_until.py:Line17|click on add button
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:49:45|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:49:45|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:49:46|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:48|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:48|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:50|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:50|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:52|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:54|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:55|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:57|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:59|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:50:01|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:50:02|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:50:04|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:50:05|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:50:07|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:50:09|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:50:13|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:50:17|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:50:17|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:50:18|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:50:20|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:50:20|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:50:22|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:50:22|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:50:24|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:50:26|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:50:27|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:50:29|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:50:32|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:50:33|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:50:34|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:50:36|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:50:37|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:50:40|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:50:42|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:50:45|INFO |logger_until.py:Line17|select reference var
Failed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_max 45.83
Additional HTML
self = <test_value.TestValues object at 0x108b24970>

@pytest.mark.critical
def test_value_indicator_var_max(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Max")

testCase/PivotTable/Properties/test_value.py:1175:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108b24970>, agg = 'Max', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:50:51|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:50:53|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:50:53|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:50:54|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:50:55|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:50:56|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:50:58|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:00|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:01|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:04|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:06|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:07|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:09|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:10|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:12|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:15|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:18|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:51:24|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:51:26|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:51:26|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:51:27|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:51:28|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:51:29|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:51:31|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:33|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:35|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:38|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:39|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:40|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:42|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:43|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:51|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:51:56|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:51:56|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:51:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:52:00|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:52:00|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:52:01|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:52:01|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:52:03|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:52:05|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:52:07|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:52:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:52:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:52:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:52:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:52:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:52:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:52:21|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:52:23|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:52:26|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:52:30|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:52:31|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:52:32|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:52:34|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:52:34|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:52:36|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:52:36|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:52:38|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:52:40|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:52:42|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:52:43|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:52:46|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:52:48|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:52:49|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:52:51|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:52:52|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:52:55|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:52:57|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:53:00|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_max 40.42
Additional HTML
self = <Common.dom_until.DomUntil object at 0x1084bac80>
csselector = '.ant-collapse-item-active *', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
> WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))

Common/dom_until.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.support.wait.WebDriverWait (session="e31aea7467bbc6df559480560b929146")>
method = <selenium.webdriver.support.expected_conditions.presence_of_all_elements_located object at 0x1084ba4a0>
message = ''

def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None

end_time = time.time() + self._timeout
while True:
try:
value = method(self._driver)
if value:
return value
except self._ignored_exceptions as exc:
screen = getattr(exc, 'screen', None)
stacktrace = getattr(exc, 'stacktrace', None)
time.sleep(self._poll)
if time.time() > end_time:
break
> raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Properties.values.Values object at 0x1082c5090>

def values_all(self):
"""
find all eles in values component
:return: elements
"""
try:
css_all = self._pageobj['values_elements']
> eles = self._findeles(css_all)

Components/Component/VisibilityLayer/Dashboard/Properties/values.py:33:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Common.dom_until.DomUntil object at 0x1084bac80>
csselector = '.ant-collapse-item-active *', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))
elements = self.driver.find_elements_by_css_selector(csselector)
return elements
# elements = self.driver.execute_script(
# """
# eles = document.querySelectorAll(arguments[0]);
# return eles;
#
# """
# , csselector)
# return elements

except TimeoutError as err:
raise err
except Exception as e:
> raise (type(e), e)
E TypeError: exceptions must derive from BaseException

Common/dom_until.py:42: TypeError

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Properties.values.Values object at 0x1082c5090>

def values(self):
"""
usage: values().click()
:return: element
"""
try:
> eles = self.values_all()

Components/Component/VisibilityLayer/Dashboard/Properties/values.py:278:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Properties.values.Values object at 0x1082c5090>

def values_all(self):
"""
find all eles in values component
:return: elements
"""
try:
css_all = self._pageobj['values_elements']
eles = self._findeles(css_all)
return eles
except Exception as e:
> raise e and self._log.logger_error(e)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Properties/values.py:36: TypeError

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x1084bb6a0>

@pytest.mark.high
def test_value_bar_types_var_allowgroup_max(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
> actually_result = self.handle_value_bar_variables_allowtoggle_agg("Max")

testCase/PivotTable/Properties/test_value.py:754:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
testCase/PivotTable/Properties/test_value.py:206: in handle_value_bar_variables_allowtoggle_agg
self.handle_viewas("Bar", "sales_count(sum)")
testCase/PivotTable/Properties/test_value.py:113: in handle_viewas
self.values.values().click()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Properties.values.Values object at 0x1082c5090>

def values(self):
"""
usage: values().click()
:return: element
"""
try:
eles = self.values_all()
ele = self.nextele(self._contains(eles, "Values"))
target = self.childele(ele, 1)
return target
except Exception as err:
> raise err and self._log.logger_error(err)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Properties/values.py:283: TypeError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:26:56|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:26:58|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_max 2022-03-01 16:26:58|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 278, in values eles = self.values_all() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 36, in values_all raise e and self._log.logger_error(e) TypeError: exceptions must derive from BaseException
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_max::setup 55.77
Additional HTML
self = <Common.dom_until.DomUntil object at 0x108621c90>
csselector = '.card-body', timeout = 15, timeseq = 1

def findelement(self, csselector, timeout=40, timeseq=1):
try:
> WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_element_located((By.CSS_SELECTOR, csselector)))

Common/dom_until.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.support.wait.WebDriverWait (session="e31aea7467bbc6df559480560b929146")>
method = <selenium.webdriver.support.expected_conditions.presence_of_element_located object at 0x108621390>
message = ''

def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None

end_time = time.time() + self._timeout
while True:
try:
value = method(self._driver)
if value:
return value
except self._ignored_exceptions as exc:
screen = getattr(exc, 'screen', None)
stacktrace = getattr(exc, 'stacktrace', None)
time.sleep(self._poll)
if time.time() > end_time:
break
> raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x108620e20>

def single_chart_body(self):
css = self._pageobj["singleChartBody"]
try:
> ele = self._findele(css, 15, 1)

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Common.dom_until.DomUntil object at 0x108621c90>
csselector = '.card-body', timeout = 15, timeseq = 1

def findelement(self, csselector, timeout=40, timeseq=1):
try:
WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_element_located((By.CSS_SELECTOR, csselector)))
element = self.driver.find_element_by_css_selector(csselector)
return element
except TimeoutError as err:
raise err
except Exception as e:
> raise (type(e), e)
E TypeError: exceptions must derive from BaseException

Common/dom_until.py:22: TypeError

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x1084b9c30>

def single_chart_body_click(self):
try:
> Dashboard(self._driver).single_chart_body().click()

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:59:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x108620e20>

def single_chart_body(self):
css = self._pageobj["singleChartBody"]
try:
ele = self._findele(css, 15, 1)
return ele
except TimeoutError as err:
raise err and self._log.logger_error(err)
except Exception as err:
> raise err and self._log.logger_error(err)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:55: TypeError

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x1086217b0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
> self.dashboard.single_chart_body_click()

testCase/PivotTable/Properties/test_value.py:63:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x1084b9c30>

def single_chart_body_click(self):
try:
Dashboard(self._driver).single_chart_body().click()
self._log.logger(f'click on singleChartBody')
except Exception as err:
> raise err and self._log.logger_error(err)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:62: TypeError

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x1086217b0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
self.dashboard.single_chart_body_click()
self.dashboard.actiontool_edit_click()
self.chart_edit.properties_tab().click()
self.values.values_tab_click()
sleep(2)
yield
except Exception as e:
self.logger.logger_error(e)
> raise TimeoutError("Values setup Error, please find screen shot")
E TimeoutError: Values setup Error, please find screen shot

testCase/PivotTable/Properties/test_value.py:71: TimeoutError

During handling of the above exception, another exception occurred:

self = <Common.dom_until.DomUntil object at 0x1084bb0d0>
csselector = 'i[aria-label="icon: close"]', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
> WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))

Common/dom_until.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.support.wait.WebDriverWait (session="e31aea7467bbc6df559480560b929146")>
method = <selenium.webdriver.support.expected_conditions.presence_of_all_elements_located object at 0x1086208e0>
message = ''

def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None

end_time = time.time() + self._timeout
while True:
try:
value = method(self._driver)
if value:
return value
except self._ignored_exceptions as exc:
screen = getattr(exc, 'screen', None)
stacktrace = getattr(exc, 'stacktrace', None)
time.sleep(self._poll)
if time.time() > end_time:
break
> raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x1086217b0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
self.dashboard.single_chart_body_click()
self.dashboard.actiontool_edit_click()
self.chart_edit.properties_tab().click()
self.values.values_tab_click()
sleep(2)
yield
except Exception as e:
self.logger.logger_error(e)
raise TimeoutError("Values setup Error, please find screen shot")
finally:
> self.chart_edit.close().click()

testCase/PivotTable/Properties/test_value.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Components/Component/VisibilityLayer/Dashboard/ChartEdit.py:122: in close
ele = self._findeles(css)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Common.dom_until.DomUntil object at 0x1084bb0d0>
csselector = 'i[aria-label="icon: close"]', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))
elements = self.driver.find_elements_by_css_selector(csselector)
return elements
# elements = self.driver.execute_script(
# """
# eles = document.querySelectorAll(arguments[0]);
# return eles;
#
# """
# , csselector)
# return elements

except TimeoutError as err:
raise err
except Exception as e:
> raise (type(e), e)
E TypeError: exceptions must derive from BaseException

Common/dom_until.py:42: TypeError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:26:56|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:26:58|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_max 2022-03-01 16:26:58|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 278, in values eles = self.values_all() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 36, in values_all raise e and self._log.logger_error(e) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/testCase/PivotTable/Properties/test_value.py", line 63, in properties_op self.dashboard.single_chart_body_click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 62, in single_chart_body_click raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_max::setup 56.05
Additional HTML
self = <Common.dom_until.DomUntil object at 0x108bbed40>
csselector = '.card-body', timeout = 15, timeseq = 1

def findelement(self, csselector, timeout=40, timeseq=1):
try:
> WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_element_located((By.CSS_SELECTOR, csselector)))

Common/dom_until.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.support.wait.WebDriverWait (session="e31aea7467bbc6df559480560b929146")>
method = <selenium.webdriver.support.expected_conditions.presence_of_element_located object at 0x108bbea40>
message = ''

def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None

end_time = time.time() + self._timeout
while True:
try:
value = method(self._driver)
if value:
return value
except self._ignored_exceptions as exc:
screen = getattr(exc, 'screen', None)
stacktrace = getattr(exc, 'stacktrace', None)
time.sleep(self._poll)
if time.time() > end_time:
break
> raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x108bbfb50>

def single_chart_body(self):
css = self._pageobj["singleChartBody"]
try:
> ele = self._findele(css, 15, 1)

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Common.dom_until.DomUntil object at 0x108bbed40>
csselector = '.card-body', timeout = 15, timeseq = 1

def findelement(self, csselector, timeout=40, timeseq=1):
try:
WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_element_located((By.CSS_SELECTOR, csselector)))
element = self.driver.find_element_by_css_selector(csselector)
return element
except TimeoutError as err:
raise err
except Exception as e:
> raise (type(e), e)
E TypeError: exceptions must derive from BaseException

Common/dom_until.py:22: TypeError

During handling of the above exception, another exception occurred:

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x1084b9c30>

def single_chart_body_click(self):
try:
> Dashboard(self._driver).single_chart_body().click()

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:59:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x108bbfb50>

def single_chart_body(self):
css = self._pageobj["singleChartBody"]
try:
ele = self._findele(css, 15, 1)
return ele
except TimeoutError as err:
raise err and self._log.logger_error(err)
except Exception as err:
> raise err and self._log.logger_error(err)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:55: TypeError

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x108bbfaf0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
> self.dashboard.single_chart_body_click()

testCase/PivotTable/Properties/test_value.py:63:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Components.Component.VisibilityLayer.Dashboard.Dashboard.Dashboard object at 0x1084b9c30>

def single_chart_body_click(self):
try:
Dashboard(self._driver).single_chart_body().click()
self._log.logger(f'click on singleChartBody')
except Exception as err:
> raise err and self._log.logger_error(err)
E TypeError: exceptions must derive from BaseException

Components/Component/VisibilityLayer/Dashboard/Dashboard.py:62: TypeError

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x108bbfaf0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
self.dashboard.single_chart_body_click()
self.dashboard.actiontool_edit_click()
self.chart_edit.properties_tab().click()
self.values.values_tab_click()
sleep(2)
yield
except Exception as e:
self.logger.logger_error(e)
> raise TimeoutError("Values setup Error, please find screen shot")
E TimeoutError: Values setup Error, please find screen shot

testCase/PivotTable/Properties/test_value.py:71: TimeoutError

During handling of the above exception, another exception occurred:

self = <Common.dom_until.DomUntil object at 0x1084bb0d0>
csselector = 'i[aria-label="icon: close"]', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
> WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))

Common/dom_until.py:26:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.support.wait.WebDriverWait (session="e31aea7467bbc6df559480560b929146")>
method = <selenium.webdriver.support.expected_conditions.presence_of_all_elements_located object at 0x108bbf760>
message = ''

def until(self, method, message=''):
"""Calls the method provided with the driver as an argument until the \
return value is not False."""
screen = None
stacktrace = None

end_time = time.time() + self._timeout
while True:
try:
value = method(self._driver)
if value:
return value
except self._ignored_exceptions as exc:
screen = getattr(exc, 'screen', None)
stacktrace = getattr(exc, 'stacktrace', None)
time.sleep(self._poll)
if time.time() > end_time:
break
> raise TimeoutException(message, screen, stacktrace)
E selenium.common.exceptions.TimeoutException: Message:

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

During handling of the above exception, another exception occurred:

self = <test_value.TestValues object at 0x108bbfaf0>

@pytest.fixture(scope="function", autouse=True)
def properties_op(self):
try:
self.dashboard.single_chart_body_click()
self.dashboard.actiontool_edit_click()
self.chart_edit.properties_tab().click()
self.values.values_tab_click()
sleep(2)
yield
except Exception as e:
self.logger.logger_error(e)
raise TimeoutError("Values setup Error, please find screen shot")
finally:
> self.chart_edit.close().click()

testCase/PivotTable/Properties/test_value.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Components/Component/VisibilityLayer/Dashboard/ChartEdit.py:122: in close
ele = self._findeles(css)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Common.dom_until.DomUntil object at 0x1084bb0d0>
csselector = 'i[aria-label="icon: close"]', timeout = 40, timeseq = 1

def findelements(self, csselector, timeout=40, timeseq=1):
try:
WebDriverWait(self.driver, timeout, timeseq).until(
EC.presence_of_all_elements_located((By.CSS_SELECTOR, csselector)))
elements = self.driver.find_elements_by_css_selector(csselector)
return elements
# elements = self.driver.execute_script(
# """
# eles = document.querySelectorAll(arguments[0]);
# return eles;
#
# """
# , csselector)
# return elements

except TimeoutError as err:
raise err
except Exception as e:
> raise (type(e), e)
E TypeError: exceptions must derive from BaseException

Common/dom_until.py:42: TypeError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:26:56|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:26:58|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_max 2022-03-01 16:26:58|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 278, in values eles = self.values_all() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 36, in values_all raise e and self._log.logger_error(e) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/testCase/PivotTable/Properties/test_value.py", line 63, in properties_op self.dashboard.single_chart_body_click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 62, in single_chart_body_click raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException 2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/testCase/PivotTable/Properties/test_value.py", line 63, in properties_op self.dashboard.single_chart_body_click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 62, in single_chart_body_click raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_format 15.97
Additional HTML
self = <test_value.TestValues object at 0x108bbe410>

@pytest.mark.mid
def test_value_bar_unit_format(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
self.handle_bar_unitconversions()
sleep(1)
self.logger.logger("set format B, I, underline")
self.prop_common.format_setting()["format_bold_btn"].click()
self.prop_common.format_setting()["format_italic_btn"].click()
self.prop_common.format_setting()["format_underline_btn"].click()
self.prop_common.format_setting()["format_colorpicker_btn"].click()
sleep(1)
self.prop_common.sketch_picker("#417505")[0].click()
self.prop_common.format_setting()["format_size"].click()
sleep(1)
self.prop_common.format_setting_size_options()["10px"].click()
sleep(2)
self.logger.logger("getting test result")
view_screen = self.chart_edit.view_screen("pivottable")[1]
target_ele = view_screen[2][2].find_element_by_css_selector("span")
actually_result = [
self.Dom_until.get_style(target_ele, "color"),
self.Dom_until.get_style(target_ele, "fontStyle"),
self.Dom_until.get_style(target_ele, "fontWeight"),
self.Dom_until.get_style(target_ele, "textDecoration"),
self.Dom_until.get_style(target_ele, "fontSize"),
]
expected_result = self.handle_expectedresult()
> self.handle_assert(actually_result, expected_result)

testCase/PivotTable/Properties/test_value.py:952:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108bbe410>
actually_result = ['rgb(65, 117, 5)', 'normal', 'bold', 'underline', '10px']
expected_result = ['rgb(65, 117, 5)', 'italic', 'bold', 'underline', '10px']

def handle_assert(self, actually_result, expected_result):
self.logger.logger(f"expected value: {expected_result}, actually_result: {actually_result}")
if actually_result != expected_result:
# "get screen shot ========================"
self.logger.logger(f"screenShot has been done in path")
> raise AssertionError(f"{actually_result} != {expected_result}") and self.logger.logger_error(
AssertionError)
E TypeError: exceptions must derive from BaseException

testCase/PivotTable/Properties/test_value.py:131: TypeError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:38:39|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:38:40|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:38:41|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:38:43|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_format 2022-03-01 16:38:43|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:38:44|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:38:44|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:38:46|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:38:47|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:38:48|INFO |logger_until.py:Line17|set format B, I, underline 2022-03-01 16:38:55|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:38:59|INFO |logger_until.py:Line17|expected value: ['rgb(65, 117, 5)', 'italic', 'bold', 'underline', '10px'], actually_result: ['rgb(65, 117, 5)', 'normal', 'bold', 'underline', '10px'] 2022-03-01 16:38:59|INFO |logger_until.py:Line17|screenShot has been done in path 2022-03-01 16:38:59|ERROR |logger_until.py:Line20|<class 'AssertionError'> NoneType: None
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_style 59.82
Additional HTML
self = <test_value.TestValues object at 0x1084bb5e0>

@pytest.mark.high
def test_value_indicator_style(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
indicator_css = self.pageobj["view_as_indicator_indicatorCssStyle"]
actually_result = []
test_value = 0
self.handld_value_indicator_values(test_value)
sleep(2)
self.values.view_as_indicator_style_dropdown().click()
sleep(1)
options = self.values.view_as_indicator_style_dropdown_options()
for option in options:
> option.click()

testCase/PivotTable/Properties/test_value.py:994:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:80: in click
self._execute(Command.CLICK_ELEMENT)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:633: in _execute
return self._parent.execute(command, params)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:321: in execute
self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x108271600>
response = {'status': 400, 'value': '{"value":{"error":"element not interactable","message":"element not interactable\\n (Sessio...fff203948fc _pthread_start + 224\\n21 libsystem_pthread.dylib 0x00007fff20390443 thread_start + 15\\n"}}'}

def check_response(self, response):
"""
Checks that a JSON response from the WebDriver does not have an error.

:Args:
- response - The JSON response from the WebDriver server as a dictionary
object.

:Raises: If the response contains an error message.
"""
status = response.get('status', None)
if status is None or status == ErrorCode.SUCCESS:
return
value = None
message = response.get("message", "")
screen = response.get("screen", "")
stacktrace = None
if isinstance(status, int):
value_json = response.get('value', None)
if value_json and isinstance(value_json, basestring):
import json
try:
value = json.loads(value_json)
if len(value.keys()) == 1:
value = value['value']
status = value.get('error', None)
if status is None:
status = value["status"]
message = value["value"]
if not isinstance(message, basestring):
value = message
message = message.get('message')
else:
message = value.get('message', None)
except ValueError:
pass

exception_class = ErrorInResponseException
if status in ErrorCode.NO_SUCH_ELEMENT:
exception_class = NoSuchElementException
elif status in ErrorCode.NO_SUCH_FRAME:
exception_class = NoSuchFrameException
elif status in ErrorCode.NO_SUCH_WINDOW:
exception_class = NoSuchWindowException
elif status in ErrorCode.STALE_ELEMENT_REFERENCE:
exception_class = StaleElementReferenceException
elif status in ErrorCode.ELEMENT_NOT_VISIBLE:
exception_class = ElementNotVisibleException
elif status in ErrorCode.INVALID_ELEMENT_STATE:
exception_class = InvalidElementStateException
elif status in ErrorCode.INVALID_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR_RETURN_TYPER:
exception_class = InvalidSelectorException
elif status in ErrorCode.ELEMENT_IS_NOT_SELECTABLE:
exception_class = ElementNotSelectableException
elif status in ErrorCode.ELEMENT_NOT_INTERACTABLE:
exception_class = ElementNotInteractableException
elif status in ErrorCode.INVALID_COOKIE_DOMAIN:
exception_class = InvalidCookieDomainException
elif status in ErrorCode.UNABLE_TO_SET_COOKIE:
exception_class = UnableToSetCookieException
elif status in ErrorCode.TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.SCRIPT_TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.UNKNOWN_ERROR:
exception_class = WebDriverException
elif status in ErrorCode.UNEXPECTED_ALERT_OPEN:
exception_class = UnexpectedAlertPresentException
elif status in ErrorCode.NO_ALERT_OPEN:
exception_class = NoAlertPresentException
elif status in ErrorCode.IME_NOT_AVAILABLE:
exception_class = ImeNotAvailableException
elif status in ErrorCode.IME_ENGINE_ACTIVATION_FAILED:
exception_class = ImeActivationFailedException
elif status in ErrorCode.MOVE_TARGET_OUT_OF_BOUNDS:
exception_class = MoveTargetOutOfBoundsException
elif status in ErrorCode.JAVASCRIPT_ERROR:
exception_class = JavascriptException
elif status in ErrorCode.SESSION_NOT_CREATED:
exception_class = SessionNotCreatedException
elif status in ErrorCode.INVALID_ARGUMENT:
exception_class = InvalidArgumentException
elif status in ErrorCode.NO_SUCH_COOKIE:
exception_class = NoSuchCookieException
elif status in ErrorCode.UNABLE_TO_CAPTURE_SCREEN:
exception_class = ScreenshotException
elif status in ErrorCode.ELEMENT_CLICK_INTERCEPTED:
exception_class = ElementClickInterceptedException
elif status in ErrorCode.INSECURE_CERTIFICATE:
exception_class = InsecureCertificateException
elif status in ErrorCode.INVALID_COORDINATES:
exception_class = InvalidCoordinatesException
elif status in ErrorCode.INVALID_SESSION_ID:
exception_class = InvalidSessionIdException
elif status in ErrorCode.UNKNOWN_METHOD:
exception_class = UnknownMethodException
else:
exception_class = WebDriverException
if value == '' or value is None:
value = response['value']
if isinstance(value, basestring):
if exception_class == ErrorInResponseException:
raise exception_class(response, value)
raise exception_class(value)
if message == "" and 'message' in value:
message = value['message']

screen = None
if 'screen' in value:
screen = value['screen']

stacktrace = None
if 'stackTrace' in value and value['stackTrace']:
stacktrace = []
try:
for frame in value['stackTrace']:
line = self._value_or_default(frame, 'lineNumber', '')
file = self._value_or_default(frame, 'fileName', '<anonymous>')
if line:
file = "%s:%s" % (file, line)
meth = self._value_or_default(frame, 'methodName', '<anonymous>')
if 'className' in frame:
meth = "%s.%s" % (frame['className'], meth)
msg = " at %s (%s)"
msg = msg % (meth, file)
stacktrace.append(msg)
except TypeError:
pass
if exception_class == ErrorInResponseException:
raise exception_class(response, message)
elif exception_class == UnexpectedAlertPresentException:
alert_text = None
if 'data' in value:
alert_text = value['data'].get('text')
elif 'alert' in value:
alert_text = value['alert'].get('text')
raise exception_class(message, screen, stacktrace, alert_text)
> raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
E (Session info: chrome=98.0.4758.109)

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:242: ElementNotInteractableException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:53|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:55|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:39:55|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:58|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:39:59|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:40:01|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:40:06|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:40:08|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:40:08|INFO |logger_until.py:Line17|input 0 for control input
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_style 1.57
Additional HTML
self = <test_value.TestValues object at 0x108bbe110>

@pytest.mark.high
def test_value_indicator_style(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
indicator_css = self.pageobj["view_as_indicator_indicatorCssStyle"]
actually_result = []
test_value = 0
> self.handld_value_indicator_values(test_value)

testCase/PivotTable/Properties/test_value.py:988:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
testCase/PivotTable/Properties/test_value.py:289: in handld_value_indicator_values
self.handle_viewas("Indicator", "sales_count(sum)")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108bbe110>, view_as = 'Indicator'
_values_options = 'sales_count(sum)'

def handle_viewas(self, view_as, _values_options):
self.logger.logger("click on Values dropdown")
self.values.values().click()
sleep(1)
# 'sales_count(sum)'
values_options = _values_options
self.logger.logger(f"click on options: {values_options}")
> self.values.values_options()[values_options].click()
E KeyError: 'sales_count(sum)'

testCase/PivotTable/Properties/test_value.py:118: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:53|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:55|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:39:55|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:58|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:39:59|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:40:01|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:40:06|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:40:08|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:40:08|INFO |logger_until.py:Line17|input 0 for control input
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:40:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:41:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:41:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:41:03|INFO |logger_until.py:Line17|click on options: sales_count(sum)
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_style 46.47
Additional HTML
self = <test_value.TestValues object at 0x1089958a0>

@pytest.mark.high
def test_value_indicator_style(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
indicator_css = self.pageobj["view_as_indicator_indicatorCssStyle"]
actually_result = []
test_value = 0
self.handld_value_indicator_values(test_value)
sleep(2)
self.values.view_as_indicator_style_dropdown().click()
sleep(1)
options = self.values.view_as_indicator_style_dropdown_options()
for option in options:
> option.click()

testCase/PivotTable/Properties/test_value.py:994:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:80: in click
self._execute(Command.CLICK_ELEMENT)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:633: in _execute
return self._parent.execute(command, params)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:321: in execute
self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x108271600>
response = {'status': 400, 'value': '{"value":{"error":"element not interactable","message":"element not interactable\\n (Sessio...fff203948fc _pthread_start + 224\\n21 libsystem_pthread.dylib 0x00007fff20390443 thread_start + 15\\n"}}'}

def check_response(self, response):
"""
Checks that a JSON response from the WebDriver does not have an error.

:Args:
- response - The JSON response from the WebDriver server as a dictionary
object.

:Raises: If the response contains an error message.
"""
status = response.get('status', None)
if status is None or status == ErrorCode.SUCCESS:
return
value = None
message = response.get("message", "")
screen = response.get("screen", "")
stacktrace = None
if isinstance(status, int):
value_json = response.get('value', None)
if value_json and isinstance(value_json, basestring):
import json
try:
value = json.loads(value_json)
if len(value.keys()) == 1:
value = value['value']
status = value.get('error', None)
if status is None:
status = value["status"]
message = value["value"]
if not isinstance(message, basestring):
value = message
message = message.get('message')
else:
message = value.get('message', None)
except ValueError:
pass

exception_class = ErrorInResponseException
if status in ErrorCode.NO_SUCH_ELEMENT:
exception_class = NoSuchElementException
elif status in ErrorCode.NO_SUCH_FRAME:
exception_class = NoSuchFrameException
elif status in ErrorCode.NO_SUCH_WINDOW:
exception_class = NoSuchWindowException
elif status in ErrorCode.STALE_ELEMENT_REFERENCE:
exception_class = StaleElementReferenceException
elif status in ErrorCode.ELEMENT_NOT_VISIBLE:
exception_class = ElementNotVisibleException
elif status in ErrorCode.INVALID_ELEMENT_STATE:
exception_class = InvalidElementStateException
elif status in ErrorCode.INVALID_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR_RETURN_TYPER:
exception_class = InvalidSelectorException
elif status in ErrorCode.ELEMENT_IS_NOT_SELECTABLE:
exception_class = ElementNotSelectableException
elif status in ErrorCode.ELEMENT_NOT_INTERACTABLE:
exception_class = ElementNotInteractableException
elif status in ErrorCode.INVALID_COOKIE_DOMAIN:
exception_class = InvalidCookieDomainException
elif status in ErrorCode.UNABLE_TO_SET_COOKIE:
exception_class = UnableToSetCookieException
elif status in ErrorCode.TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.SCRIPT_TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.UNKNOWN_ERROR:
exception_class = WebDriverException
elif status in ErrorCode.UNEXPECTED_ALERT_OPEN:
exception_class = UnexpectedAlertPresentException
elif status in ErrorCode.NO_ALERT_OPEN:
exception_class = NoAlertPresentException
elif status in ErrorCode.IME_NOT_AVAILABLE:
exception_class = ImeNotAvailableException
elif status in ErrorCode.IME_ENGINE_ACTIVATION_FAILED:
exception_class = ImeActivationFailedException
elif status in ErrorCode.MOVE_TARGET_OUT_OF_BOUNDS:
exception_class = MoveTargetOutOfBoundsException
elif status in ErrorCode.JAVASCRIPT_ERROR:
exception_class = JavascriptException
elif status in ErrorCode.SESSION_NOT_CREATED:
exception_class = SessionNotCreatedException
elif status in ErrorCode.INVALID_ARGUMENT:
exception_class = InvalidArgumentException
elif status in ErrorCode.NO_SUCH_COOKIE:
exception_class = NoSuchCookieException
elif status in ErrorCode.UNABLE_TO_CAPTURE_SCREEN:
exception_class = ScreenshotException
elif status in ErrorCode.ELEMENT_CLICK_INTERCEPTED:
exception_class = ElementClickInterceptedException
elif status in ErrorCode.INSECURE_CERTIFICATE:
exception_class = InsecureCertificateException
elif status in ErrorCode.INVALID_COORDINATES:
exception_class = InvalidCoordinatesException
elif status in ErrorCode.INVALID_SESSION_ID:
exception_class = InvalidSessionIdException
elif status in ErrorCode.UNKNOWN_METHOD:
exception_class = UnknownMethodException
else:
exception_class = WebDriverException
if value == '' or value is None:
value = response['value']
if isinstance(value, basestring):
if exception_class == ErrorInResponseException:
raise exception_class(response, value)
raise exception_class(value)
if message == "" and 'message' in value:
message = value['message']

screen = None
if 'screen' in value:
screen = value['screen']

stacktrace = None
if 'stackTrace' in value and value['stackTrace']:
stacktrace = []
try:
for frame in value['stackTrace']:
line = self._value_or_default(frame, 'lineNumber', '')
file = self._value_or_default(frame, 'fileName', '<anonymous>')
if line:
file = "%s:%s" % (file, line)
meth = self._value_or_default(frame, 'methodName', '<anonymous>')
if 'className' in frame:
meth = "%s.%s" % (frame['className'], meth)
msg = " at %s (%s)"
msg = msg % (meth, file)
stacktrace.append(msg)
except TypeError:
pass
if exception_class == ErrorInResponseException:
raise exception_class(response, message)
elif exception_class == UnexpectedAlertPresentException:
alert_text = None
if 'data' in value:
alert_text = value['data'].get('text')
elif 'alert' in value:
alert_text = value['alert'].get('text')
raise exception_class(message, screen, stacktrace, alert_text)
> raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
E (Session info: chrome=98.0.4758.109)

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:242: ElementNotInteractableException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:53|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:55|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:39:55|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:58|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:39:59|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:40:01|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:40:06|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:40:08|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:40:08|INFO |logger_until.py:Line17|input 0 for control input
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:40:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:41:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:41:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:41:03|INFO |logger_until.py:Line17|click on options: sales_count(sum)
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:41:06|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:41:06|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:41:08|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:41:10|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:41:10|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:41:11|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:41:12|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:41:13|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:41:14|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:41:17|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:41:18|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:41:19|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:41:21|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:41:23|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:41:24|INFO |logger_until.py:Line17|input 0 for control input
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_sum 24.99
Additional HTML
self = <test_value.TestValues object at 0x1085e4f70>

@pytest.mark.critical
def test_value_indicator_var_sum(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var()

testCase/PivotTable/Properties/test_value.py:1135:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x1085e4f70>, agg = 'Sum', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:46:54|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:46:56|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:46:56|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:00|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:01|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:03|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:05|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:07|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:09|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:10|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:12|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:13|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:15|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:17|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:20|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_sum 23.85
Additional HTML
self = <test_value.TestValues object at 0x10866db10>

@pytest.mark.critical
def test_value_indicator_var_sum(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var()

testCase/PivotTable/Properties/test_value.py:1135:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x10866db10>, agg = 'Sum', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:46:54|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:46:56|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:46:56|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:00|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:01|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:03|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:05|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:07|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:09|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:10|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:12|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:13|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:15|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:17|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:20|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:47:26|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:47:28|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:47:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:32|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:33|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:35|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:36|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:39|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:43|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:44|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:51|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_sum 24.33
Additional HTML
self = <test_value.TestValues object at 0x1087e68c0>

@pytest.mark.critical
def test_value_indicator_var_sum(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var()

testCase/PivotTable/Properties/test_value.py:1135:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x1087e68c0>, agg = 'Sum', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:46:53|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:46:54|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:46:56|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:46:56|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:46:58|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:00|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:01|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:03|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:05|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:07|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:09|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:10|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:12|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:13|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:15|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:17|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:20|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:47:25|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:47:26|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:47:28|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:47:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:47:30|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:47:32|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:47:33|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:47:35|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:47:36|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:47:39|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:47:41|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:47:43|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:47:44|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:47:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:47:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:47:51|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:47:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:47:56|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:47:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:47:59|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_sum 2022-03-01 16:47:59|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:48:00|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:48:01|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:48:02|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:48:04|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:48:06|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:48:07|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:48:10|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:48:11|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:48:12|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:48:14|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:48:15|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:48:17|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:48:19|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:48:22|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_min 25.13
Additional HTML
self = <test_value.TestValues object at 0x108a2b5b0>

@pytest.mark.critical
def test_value_indicator_var_min(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Min")

testCase/PivotTable/Properties/test_value.py:1155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108a2b5b0>, agg = 'Min', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:48:57|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:48:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:48:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:02|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:03|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:04|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:06|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:08|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:49:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:49:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:49:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:49:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:49:20|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:49:22|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:49:25|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_min 9.09
Additional HTML
self = <test_value.TestValues object at 0x108b0d990>

@pytest.mark.critical
def test_value_indicator_var_min(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Min")

testCase/PivotTable/Properties/test_value.py:1155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
testCase/PivotTable/Properties/test_value.py:1084: in handle_indicator_var
self.values.view_as_add_btn().click()
Components/Component/VisibilityLayer/Dashboard/Properties/values.py:92: in view_as_add_btn
add_span = self._contains(all_ele, "Add")
Common/dom_until.py:68: in contains
raise err
Common/dom_until.py:57: in contains
targetele = self.driver.execute_script("""
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:634: in execute_script
return self.execute(command, {
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:321: in execute
self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x108271600>
response = {'status': 404, 'value': '{"value":{"error":"stale element reference","message":"stale element reference: element is n...fff203948fc _pthread_start + 224\\n21 libsystem_pthread.dylib 0x00007fff20390443 thread_start + 15\\n"}}'}

def check_response(self, response):
"""
Checks that a JSON response from the WebDriver does not have an error.

:Args:
- response - The JSON response from the WebDriver server as a dictionary
object.

:Raises: If the response contains an error message.
"""
status = response.get('status', None)
if status is None or status == ErrorCode.SUCCESS:
return
value = None
message = response.get("message", "")
screen = response.get("screen", "")
stacktrace = None
if isinstance(status, int):
value_json = response.get('value', None)
if value_json and isinstance(value_json, basestring):
import json
try:
value = json.loads(value_json)
if len(value.keys()) == 1:
value = value['value']
status = value.get('error', None)
if status is None:
status = value["status"]
message = value["value"]
if not isinstance(message, basestring):
value = message
message = message.get('message')
else:
message = value.get('message', None)
except ValueError:
pass

exception_class = ErrorInResponseException
if status in ErrorCode.NO_SUCH_ELEMENT:
exception_class = NoSuchElementException
elif status in ErrorCode.NO_SUCH_FRAME:
exception_class = NoSuchFrameException
elif status in ErrorCode.NO_SUCH_WINDOW:
exception_class = NoSuchWindowException
elif status in ErrorCode.STALE_ELEMENT_REFERENCE:
exception_class = StaleElementReferenceException
elif status in ErrorCode.ELEMENT_NOT_VISIBLE:
exception_class = ElementNotVisibleException
elif status in ErrorCode.INVALID_ELEMENT_STATE:
exception_class = InvalidElementStateException
elif status in ErrorCode.INVALID_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR_RETURN_TYPER:
exception_class = InvalidSelectorException
elif status in ErrorCode.ELEMENT_IS_NOT_SELECTABLE:
exception_class = ElementNotSelectableException
elif status in ErrorCode.ELEMENT_NOT_INTERACTABLE:
exception_class = ElementNotInteractableException
elif status in ErrorCode.INVALID_COOKIE_DOMAIN:
exception_class = InvalidCookieDomainException
elif status in ErrorCode.UNABLE_TO_SET_COOKIE:
exception_class = UnableToSetCookieException
elif status in ErrorCode.TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.SCRIPT_TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.UNKNOWN_ERROR:
exception_class = WebDriverException
elif status in ErrorCode.UNEXPECTED_ALERT_OPEN:
exception_class = UnexpectedAlertPresentException
elif status in ErrorCode.NO_ALERT_OPEN:
exception_class = NoAlertPresentException
elif status in ErrorCode.IME_NOT_AVAILABLE:
exception_class = ImeNotAvailableException
elif status in ErrorCode.IME_ENGINE_ACTIVATION_FAILED:
exception_class = ImeActivationFailedException
elif status in ErrorCode.MOVE_TARGET_OUT_OF_BOUNDS:
exception_class = MoveTargetOutOfBoundsException
elif status in ErrorCode.JAVASCRIPT_ERROR:
exception_class = JavascriptException
elif status in ErrorCode.SESSION_NOT_CREATED:
exception_class = SessionNotCreatedException
elif status in ErrorCode.INVALID_ARGUMENT:
exception_class = InvalidArgumentException
elif status in ErrorCode.NO_SUCH_COOKIE:
exception_class = NoSuchCookieException
elif status in ErrorCode.UNABLE_TO_CAPTURE_SCREEN:
exception_class = ScreenshotException
elif status in ErrorCode.ELEMENT_CLICK_INTERCEPTED:
exception_class = ElementClickInterceptedException
elif status in ErrorCode.INSECURE_CERTIFICATE:
exception_class = InsecureCertificateException
elif status in ErrorCode.INVALID_COORDINATES:
exception_class = InvalidCoordinatesException
elif status in ErrorCode.INVALID_SESSION_ID:
exception_class = InvalidSessionIdException
elif status in ErrorCode.UNKNOWN_METHOD:
exception_class = UnknownMethodException
else:
exception_class = WebDriverException
if value == '' or value is None:
value = response['value']
if isinstance(value, basestring):
if exception_class == ErrorInResponseException:
raise exception_class(response, value)
raise exception_class(value)
if message == "" and 'message' in value:
message = value['message']

screen = None
if 'screen' in value:
screen = value['screen']

stacktrace = None
if 'stackTrace' in value and value['stackTrace']:
stacktrace = []
try:
for frame in value['stackTrace']:
line = self._value_or_default(frame, 'lineNumber', '')
file = self._value_or_default(frame, 'fileName', '<anonymous>')
if line:
file = "%s:%s" % (file, line)
meth = self._value_or_default(frame, 'methodName', '<anonymous>')
if 'className' in frame:
meth = "%s.%s" % (frame['className'], meth)
msg = " at %s (%s)"
msg = msg % (meth, file)
stacktrace.append(msg)
except TypeError:
pass
if exception_class == ErrorInResponseException:
raise exception_class(response, message)
elif exception_class == UnexpectedAlertPresentException:
alert_text = None
if 'data' in value:
alert_text = value['data'].get('text')
elif 'alert' in value:
alert_text = value['alert'].get('text')
raise exception_class(message, screen, stacktrace, alert_text)
> raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
E (Session info: chrome=98.0.4758.109)

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:242: StaleElementReferenceException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:48:57|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:48:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:48:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:02|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:03|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:04|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:06|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:08|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:49:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:49:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:49:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:49:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:49:20|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:49:22|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:49:25|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:49:31|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:33|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:33|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:36|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:38|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:39|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:41|INFO |logger_until.py:Line17|click on add button
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_min 25.50
Additional HTML
self = <test_value.TestValues object at 0x108b13460>

@pytest.mark.critical
def test_value_indicator_var_min(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Min")

testCase/PivotTable/Properties/test_value.py:1155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108b13460>, agg = 'Min', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:48:57|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:48:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:48:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:02|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:03|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:04|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:06|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:08|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:49:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:49:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:49:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:49:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:49:20|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:49:22|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:49:25|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:49:29|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:49:31|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:33|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:33|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:34|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:36|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:38|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:39|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:41|INFO |logger_until.py:Line17|click on add button
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:49:45|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:49:45|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:49:46|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:49:48|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_min 2022-03-01 16:49:48|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:49:50|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:49:50|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:49:52|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:49:54|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:49:55|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:49:57|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:49:59|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:50:01|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:50:02|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:50:04|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:50:05|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:50:07|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:50:09|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:50:13|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_max 26.51
Additional HTML
self = <test_value.TestValues object at 0x10866ef80>

@pytest.mark.critical
def test_value_indicator_var_max(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Max")

testCase/PivotTable/Properties/test_value.py:1175:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x10866ef80>, agg = 'Max', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:50:51|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:50:53|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:50:53|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:50:54|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:50:55|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:50:56|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:50:58|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:00|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:01|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:04|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:06|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:07|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:09|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:10|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:12|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:15|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:18|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_max 26.96
Additional HTML
self = <test_value.TestValues object at 0x108ae2bc0>

@pytest.mark.critical
def test_value_indicator_var_max(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Max")

testCase/PivotTable/Properties/test_value.py:1175:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108ae2bc0>, agg = 'Max', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:50:51|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:50:53|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:50:53|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:50:54|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:50:55|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:50:56|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:50:58|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:00|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:01|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:04|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:06|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:07|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:09|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:10|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:12|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:15|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:18|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:51:24|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:51:26|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:51:26|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:51:27|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:51:28|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:51:29|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:51:31|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:33|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:35|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:38|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:39|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:40|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:42|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:43|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:51|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_max 28.09
Additional HTML
self = <test_value.TestValues object at 0x108b08370>

@pytest.mark.critical
def test_value_indicator_var_max(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Max")

testCase/PivotTable/Properties/test_value.py:1175:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x108b08370>, agg = 'Max', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:50:49|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:50:51|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:50:53|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:50:53|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:50:54|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:50:55|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:50:56|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:50:58|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:00|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:01|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:04|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:06|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:07|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:09|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:10|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:12|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:15|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:18|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:51:22|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:51:24|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:51:26|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:51:26|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:51:27|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:51:28|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:51:29|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:51:31|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:51:33|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:51:35|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:51:38|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:51:39|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:51:40|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:51:42|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:51:43|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:51:46|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:51:48|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:51:51|INFO |logger_until.py:Line17|select reference var
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:51:56|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:51:56|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:51:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:52:00|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_max 2022-03-01 16:52:00|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:52:01|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:52:01|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:52:03|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:52:05|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:52:07|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:52:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:52:12|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:52:14|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:52:15|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:52:17|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:52:18|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:52:21|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:52:23|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:52:26|INFO |logger_until.py:Line17|select reference var
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_avg 3.26
Additional HTML
self = <test_value.TestValues object at 0x1084babc0>

@pytest.mark.critical
def test_value_indicator_var_avg(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Average")

testCase/PivotTable/Properties/test_value.py:1195:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
testCase/PivotTable/Properties/test_value.py:1076: in handle_indicator_var
self.handle_viewas("Indicator", "sales_count(sum)")
testCase/PivotTable/Properties/test_value.py:118: in handle_viewas
self.values.values_options()[values_options].click()
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:80: in click
self._execute(Command.CLICK_ELEMENT)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py:633: in _execute
return self._parent.execute(command, params)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py:321: in execute
self.error_handler.check_response(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x108271600>
response = {'status': 400, 'value': '{"value":{"error":"element click intercepted","message":"element click intercepted: Element ...fff203948fc _pthread_start + 224\\n24 libsystem_pthread.dylib 0x00007fff20390443 thread_start + 15\\n"}}'}

def check_response(self, response):
"""
Checks that a JSON response from the WebDriver does not have an error.

:Args:
- response - The JSON response from the WebDriver server as a dictionary
object.

:Raises: If the response contains an error message.
"""
status = response.get('status', None)
if status is None or status == ErrorCode.SUCCESS:
return
value = None
message = response.get("message", "")
screen = response.get("screen", "")
stacktrace = None
if isinstance(status, int):
value_json = response.get('value', None)
if value_json and isinstance(value_json, basestring):
import json
try:
value = json.loads(value_json)
if len(value.keys()) == 1:
value = value['value']
status = value.get('error', None)
if status is None:
status = value["status"]
message = value["value"]
if not isinstance(message, basestring):
value = message
message = message.get('message')
else:
message = value.get('message', None)
except ValueError:
pass

exception_class = ErrorInResponseException
if status in ErrorCode.NO_SUCH_ELEMENT:
exception_class = NoSuchElementException
elif status in ErrorCode.NO_SUCH_FRAME:
exception_class = NoSuchFrameException
elif status in ErrorCode.NO_SUCH_WINDOW:
exception_class = NoSuchWindowException
elif status in ErrorCode.STALE_ELEMENT_REFERENCE:
exception_class = StaleElementReferenceException
elif status in ErrorCode.ELEMENT_NOT_VISIBLE:
exception_class = ElementNotVisibleException
elif status in ErrorCode.INVALID_ELEMENT_STATE:
exception_class = InvalidElementStateException
elif status in ErrorCode.INVALID_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR \
or status in ErrorCode.INVALID_XPATH_SELECTOR_RETURN_TYPER:
exception_class = InvalidSelectorException
elif status in ErrorCode.ELEMENT_IS_NOT_SELECTABLE:
exception_class = ElementNotSelectableException
elif status in ErrorCode.ELEMENT_NOT_INTERACTABLE:
exception_class = ElementNotInteractableException
elif status in ErrorCode.INVALID_COOKIE_DOMAIN:
exception_class = InvalidCookieDomainException
elif status in ErrorCode.UNABLE_TO_SET_COOKIE:
exception_class = UnableToSetCookieException
elif status in ErrorCode.TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.SCRIPT_TIMEOUT:
exception_class = TimeoutException
elif status in ErrorCode.UNKNOWN_ERROR:
exception_class = WebDriverException
elif status in ErrorCode.UNEXPECTED_ALERT_OPEN:
exception_class = UnexpectedAlertPresentException
elif status in ErrorCode.NO_ALERT_OPEN:
exception_class = NoAlertPresentException
elif status in ErrorCode.IME_NOT_AVAILABLE:
exception_class = ImeNotAvailableException
elif status in ErrorCode.IME_ENGINE_ACTIVATION_FAILED:
exception_class = ImeActivationFailedException
elif status in ErrorCode.MOVE_TARGET_OUT_OF_BOUNDS:
exception_class = MoveTargetOutOfBoundsException
elif status in ErrorCode.JAVASCRIPT_ERROR:
exception_class = JavascriptException
elif status in ErrorCode.SESSION_NOT_CREATED:
exception_class = SessionNotCreatedException
elif status in ErrorCode.INVALID_ARGUMENT:
exception_class = InvalidArgumentException
elif status in ErrorCode.NO_SUCH_COOKIE:
exception_class = NoSuchCookieException
elif status in ErrorCode.UNABLE_TO_CAPTURE_SCREEN:
exception_class = ScreenshotException
elif status in ErrorCode.ELEMENT_CLICK_INTERCEPTED:
exception_class = ElementClickInterceptedException
elif status in ErrorCode.INSECURE_CERTIFICATE:
exception_class = InsecureCertificateException
elif status in ErrorCode.INVALID_COORDINATES:
exception_class = InvalidCoordinatesException
elif status in ErrorCode.INVALID_SESSION_ID:
exception_class = InvalidSessionIdException
elif status in ErrorCode.UNKNOWN_METHOD:
exception_class = UnknownMethodException
else:
exception_class = WebDriverException
if value == '' or value is None:
value = response['value']
if isinstance(value, basestring):
if exception_class == ErrorInResponseException:
raise exception_class(response, value)
raise exception_class(value)
if message == "" and 'message' in value:
message = value['message']

screen = None
if 'screen' in value:
screen = value['screen']

stacktrace = None
if 'stackTrace' in value and value['stackTrace']:
stacktrace = []
try:
for frame in value['stackTrace']:
line = self._value_or_default(frame, 'lineNumber', '')
file = self._value_or_default(frame, 'fileName', '<anonymous>')
if line:
file = "%s:%s" % (file, line)
meth = self._value_or_default(frame, 'methodName', '<anonymous>')
if 'className' in frame:
meth = "%s.%s" % (frame['className'], meth)
msg = " at %s (%s)"
msg = msg % (meth, file)
stacktrace.append(msg)
except TypeError:
pass
if exception_class == ErrorInResponseException:
raise exception_class(response, message)
elif exception_class == UnexpectedAlertPresentException:
alert_text = None
if 'data' in value:
alert_text = value['data'].get('text')
elif 'alert' in value:
alert_text = value['alert'].get('text')
raise exception_class(message, screen, stacktrace, alert_text)
> raise exception_class(message, screen, stacktrace)
E selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <li role="option" unselectable="on" class="ant-select-dropdown-menu-item ant-select-dropdown-menu-item-active" aria-selected="false" style="user-select: none;">...</li> is not clickable at point (374, 786). Other element would receive the click: <div style="width: 100%; display: table; margin-top: 10px;">...</div>
E (Session info: chrome=98.0.4758.109)

/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py:242: ElementClickInterceptedException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:53:06|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:53:08|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_avg 2022-03-01 16:53:08|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:53:10|INFO |logger_until.py:Line17|click on options: sales_count(sum)
Rerun testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_avg 28.14
Additional HTML
self = <test_value.TestValues object at 0x10867b370>

@pytest.mark.critical
def test_value_indicator_var_avg(self):
self.logger.logger(f"Starting test TC {inspect.stack()[0][3]}")
actually_result = []
test_conditions = ["<", "=", "<=", ">="]
> self.handle_indicator_var(agg="Average")

testCase/PivotTable/Properties/test_value.py:1195:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <test_value.TestValues object at 0x10867b370>, agg = 'Average', num = 1
indicator = 0, condition = '>', color = '#417505', var = 'target_count'

def handle_indicator_var(self, agg="Sum", num=1, indicator=0, condition=">", color="#417505", var="target_count"):
self.handle_viewas("Indicator", "sales_count(sum)")
self.logger.logger("click on type dropdown list")
self.values.view_as_indicator_type_dropdown().click()
sleep(1)
self.logger.logger("select Variables for type")
self.values.view_as_indicator_type_dropdown_options()["Variables"].click()
sleep(1)
self.logger.logger("click on add button")
self.values.view_as_add_btn().click()
sleep(2)
self.logger.logger("click on indicator style")
self.values.view_as_indicator_control_styledropdown(num).click()
sleep(1)
self.logger.logger("click up for indicatior")
self.values.view_as_indicator_control_styledropdown_options(num)[indicator].click()
self.logger.logger("click on color picker component")
self.values.view_as_indicator_control_colorpicker(num).click()
sleep(1)
self.logger.logger(f"select color: {color}")
self.prop_common.sketch_picker(color)[num - 1].click()
self.logger.logger("click condition dropdown list")
self.values.view_as_indicator_control_condition(num).click()
sleep(1)
self.logger.logger(f"select {condition} for condition")
self.values.view_as_indicator_control_condition_options(num)[condition].click()
sleep(1)
self.logger.logger("click on reference var dropdown list")
self.values.view_as_indicator_control_vardropdown(num).click()
sleep(2)
self.logger.logger("select reference var")
> self.values.view_as_indicator_control_vardropdown_options(num)[var].click()
E KeyError: 'target_count'

testCase/PivotTable/Properties/test_value.py:1106: KeyError
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:53:06|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:53:08|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_avg 2022-03-01 16:53:08|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:53:10|INFO |logger_until.py:Line17|click on options: sales_count(sum)
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:53:16|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:53:16|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:53:17|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:53:19|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_avg 2022-03-01 16:53:19|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:53:21|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:53:21|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:53:23|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:53:25|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:53:27|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:53:29|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:53:32|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:53:34|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:53:35|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:53:37|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:53:38|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:53:40|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:53:43|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:53:46|INFO |logger_until.py:Line17|select reference var
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_hide_value_headers 23.78
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:12:29|INFO |logger_until.py:Line17|===================values testing STEUP started============================================== 2022-03-01 16:12:35|INFO |logger_until.py:Line17|login ESB with xingyang.han@essexlg.com 2022-03-01 16:12:36|INFO |logger_until.py:Line17|Visit project AutomationTest 2022-03-01 16:12:37|INFO |logger_until.py:Line17|visit dashboard: AutomationDashboard 2022-03-01 16:12:41|INFO |logger_until.py:Line17|visit dashboard AutomationDashboard 2022-03-01 16:12:42|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:12:42|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:12:44|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:12:46|INFO |logger_until.py:Line17|Starting test TC test_hide_value_headers 2022-03-01 16:12:46|INFO |logger_until.py:Line17|click on Hide value headers toggle 2022-03-01 16:12:46|INFO |logger_until.py:Line17|verify the value header is hiding... 2022-03-01 16:12:50|INFO |logger_until.py:Line17|expected value: item, actually_result: item 2022-03-01 16:12:50|INFO |logger_until.py:Line17|testing test_hide_value_headers is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_header_border 8.15
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:12:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:12:53|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:12:54|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:12:56|INFO |logger_until.py:Line17|Starting test TC test_value_header_border 2022-03-01 16:12:56|INFO |logger_until.py:Line17|click on value header border dropdown element 2022-03-01 16:12:59|INFO |logger_until.py:Line17|verify the border options is correct 2022-03-01 16:12:59|INFO |logger_until.py:Line17|expected value: ['Apr', 'Jan', 'Mar'], actually_result: ['Apr', 'Jan', 'Mar'] 2022-03-01 16:12:59|INFO |logger_until.py:Line17|testing test_value_header_border is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_header_border_del 10.73
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:13:01|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:13:01|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:13:02|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:13:05|INFO |logger_until.py:Line17|Starting test TC test_value_header_border_del 2022-03-01 16:13:05|INFO |logger_until.py:Line17|click on delete icon for existed header border 2022-03-01 16:13:09|INFO |logger_until.py:Line17|testing test_value_header_border_del is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_header_border_close 7.10
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:13:12|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:13:12|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:13:13|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:13:15|INFO |logger_until.py:Line17|Starting test TC test_value_header_border_close 2022-03-01 16:13:15|INFO |logger_until.py:Line17|click on close icon for existed header border 2022-03-01 16:13:16|INFO |logger_until.py:Line17|expected value: 1, actually_result: 1 2022-03-01 16:13:16|INFO |logger_until.py:Line17|testing test_value_header_border_close is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_emptycell 20.91
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:13:19|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:13:19|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:13:20|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:13:22|INFO |logger_until.py:Line17|Starting test TC test_value_emptycell 2022-03-01 16:13:22|INFO |logger_until.py:Line17|input text into Expty Cell Value field: emptyvalue 2022-03-01 16:13:37|INFO |logger_until.py:Line17|expected value: emptyvalue, actually_result: emptyvalue 2022-03-01 16:13:37|INFO |logger_until.py:Line17|testing test_value_emptycell is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_valueas_bar_basefunc 15.34
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:13:40|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:13:40|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:13:41|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:13:43|INFO |logger_until.py:Line17|Starting test TC test_valueas_bar_basefunc 2022-03-01 16:13:43|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:13:44|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:13:45|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:13:46|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:13:53|INFO |logger_until.py:Line17|expected value: bar-viewer, actually_result: bar-viewer 2022-03-01 16:13:53|INFO |logger_until.py:Line17|testing test_valueas_bar_basefunc is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_valueas_bar_barcolor 17.60
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:13:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:13:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:13:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:13:59|INFO |logger_until.py:Line17|Starting test TC test_valueas_bar_barcolor 2022-03-01 16:13:59|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:14:00|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:14:00|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:14:01|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:14:03|INFO |logger_until.py:Line17|click on Bar Color picker 2022-03-01 16:14:03|INFO |logger_until.py:Line17|click on color: #417505 2022-03-01 16:14:04|INFO |logger_until.py:Line17|close the color picker 2022-03-01 16:14:10|INFO |logger_until.py:Line17|expected_indicator: background-color: rgb(65, 117, 5), actually_indicator: display: block; height: 100%; width: 29.5775%; text-align: center; color: rgb(0, 0, 0); font-size: 14px; font-style: normal; text-decoration: none; background-color: rgb(65, 117, 5); margin-left: 28.169%; white-space: nowrap; 2022-03-01 16:14:10|INFO |logger_until.py:Line17|testing test_valueas_bar_barcolor is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_valueas_bar_min 22.42
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:14:13|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:14:13|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:14:14|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:14:16|INFO |logger_until.py:Line17|Starting test TC test_valueas_bar_min 2022-03-01 16:14:16|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:14:17|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:14:18|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:14:19|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:14:24|INFO |logger_until.py:Line17|get min (default) bar width: 28.169% 2022-03-01 16:14:24|INFO |logger_until.py:Line17|click on Min drop-down list 2022-03-01 16:14:25|INFO |logger_until.py:Line17|select - 100% for min 2022-03-01 16:14:28|INFO |logger_until.py:Line17|get -100% bar width: 0.195695% 2022-03-01 16:14:28|INFO |logger_until.py:Line17|click on Min drop-down list 2022-03-01 16:14:29|INFO |logger_until.py:Line17|select 0 for min 2022-03-01 16:14:32|INFO |logger_until.py:Line17|get -100% bar width: 0% 2022-03-01 16:14:33|INFO |logger_until.py:Line17|expected value: ['28.169%', '0.195695%', '0%'], actually_result: ['28.169%', '0.195695%', '0%'] 2022-03-01 16:14:33|INFO |logger_until.py:Line17|testing test_valueas_bar_min is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_valueas_bar_max 22.55
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:14:35|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:14:35|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:14:37|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:14:39|INFO |logger_until.py:Line17|Starting test TC test_valueas_bar_max 2022-03-01 16:14:39|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:14:40|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:14:40|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:14:41|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:14:46|INFO |logger_until.py:Line17|get min (default) bar width: 28.169% 2022-03-01 16:14:46|INFO |logger_until.py:Line17|click on Max drop-down list 2022-03-01 16:14:47|INFO |logger_until.py:Line17|select 0 for max 2022-03-01 16:14:47|INFO |logger_until.py:Line17|max_ariacontrols: d0ecc3f6-d1e9-4bb0-877a-c6113abe605e 2022-03-01 16:14:50|INFO |logger_until.py:Line17|get 0 bar max width: 100% 2022-03-01 16:14:50|INFO |logger_until.py:Line17|click on Max drop-down list 2022-03-01 16:14:52|INFO |logger_until.py:Line17|select 100% for max 2022-03-01 16:14:52|INFO |logger_until.py:Line17|max_ariacontrols: d0ecc3f6-d1e9-4bb0-877a-c6113abe605e 2022-03-01 16:14:55|INFO |logger_until.py:Line17|get 100% bar max width: 99.5025% 2022-03-01 16:14:55|INFO |logger_until.py:Line17|['28.169%', '100%', '99.5025%'] 2022-03-01 16:14:55|INFO |logger_until.py:Line17|expected value: ['28.169%', '100%', '99.5025%'], actually_result: ['28.169%', '100%', '99.5025%'] 2022-03-01 16:14:55|INFO |logger_until.py:Line17|testing test_valueas_bar_max is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_values 45.01
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:14:58|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:14:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:14:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:15:01|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_values 2022-03-01 16:15:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:15:02|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:15:03|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:15:04|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:15:05|INFO |logger_until.py:Line17|click on Add New button 2022-03-01 16:15:06|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:15:07|INFO |logger_until.py:Line17|click on color: #417505 2022-03-01 16:15:09|INFO |logger_until.py:Line17|input 210 to conditions value 2022-03-01 16:15:18|INFO |logger_until.py:Line17|actually result: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)')] 2022-03-01 16:15:19|INFO |logger_until.py:Line17|click on control_condition drop down 2022-03-01 16:15:20|INFO |logger_until.py:Line17|select condition as < 2022-03-01 16:15:23|INFO |logger_until.py:Line17|actually result: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)'), ('rgb(74, 144, 226)', 'rgb(65, 117, 5)')] 2022-03-01 16:15:24|INFO |logger_until.py:Line17|click on control_condition drop down 2022-03-01 16:15:26|INFO |logger_until.py:Line17|select condition as = 2022-03-01 16:15:29|INFO |logger_until.py:Line17|actually result: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)'), ('rgb(74, 144, 226)', 'rgb(65, 117, 5)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)')] 2022-03-01 16:15:30|INFO |logger_until.py:Line17|click on control_condition drop down 2022-03-01 16:15:31|INFO |logger_until.py:Line17|select condition as >= 2022-03-01 16:15:34|INFO |logger_until.py:Line17|actually result: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)'), ('rgb(74, 144, 226)', 'rgb(65, 117, 5)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)')] 2022-03-01 16:15:35|INFO |logger_until.py:Line17|click on control_condition drop down 2022-03-01 16:15:36|INFO |logger_until.py:Line17|select condition as >= 2022-03-01 16:15:40|INFO |logger_until.py:Line17|expected value: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)'), ('rgb(74, 144, 226)', 'rgb(65, 117, 5)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)'), ('rgb(65, 117, 5)', 'rgb(65, 117, 5)')], actually_result: [('rgb(74, 144, 226)', 'rgb(74, 144, 226)'), ('rgb(74, 144, 226)', 'rgb(65, 117, 5)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)'), ('rgb(65, 117, 5)', 'rgb(74, 144, 226)'), ('rgb(65, 117, 5)', 'rgb(65, 117, 5)')] 2022-03-01 16:15:40|INFO |logger_until.py:Line17|testing test_value_bar_types_values is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_values_multiple 29.92
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:15:43|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:15:43|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:15:44|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:15:46|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_values_multiple 2022-03-01 16:15:46|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:15:47|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:15:48|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:15:49|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:15:50|INFO |logger_until.py:Line17|click on Add New button 2022-03-01 16:15:51|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:15:52|INFO |logger_until.py:Line17|click on color: #417505 2022-03-01 16:15:55|INFO |logger_until.py:Line17|input 210 to conditions value 2022-03-01 16:16:02|INFO |logger_until.py:Line17|click on Add New button 2022-03-01 16:16:04|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:16:05|INFO |logger_until.py:Line17|click on color: #F8E71C 2022-03-01 16:16:07|INFO |logger_until.py:Line17|click on control_condition drop down 2022-03-01 16:16:08|INFO |logger_until.py:Line17|select condition as = 2022-03-01 16:16:10|INFO |logger_until.py:Line17|expected value: ['rgb(65, 117, 5)', 'rgb(248, 231, 28)'], actually_result: ['rgb(65, 117, 5)', 'rgb(248, 231, 28)'] 2022-03-01 16:16:10|INFO |logger_until.py:Line17|testing test_value_bar_types_values_multiple is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_valueas_bar_types_values_delete 25.03
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:16:13|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:16:13|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:16:14|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:16:16|INFO |logger_until.py:Line17|Starting test TC test_valueas_bar_types_values_delete 2022-03-01 16:16:16|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:16:17|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:16:18|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:16:19|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:16:20|INFO |logger_until.py:Line17|click on Add New button 2022-03-01 16:16:21|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:16:22|INFO |logger_until.py:Line17|click on color: #417505 2022-03-01 16:16:35|INFO |logger_until.py:Line17|expected value: ['rgb(65, 117, 5)', 'rgb(74, 144, 226)'], actually_result: ['rgb(65, 117, 5)', 'rgb(74, 144, 226)'] 2022-03-01 16:16:35|INFO |logger_until.py:Line17|testing test_valueas_bar_types_values_delete is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_sum 77.50
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:16:38|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:16:38|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:16:39|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:16:41|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_sum 2022-03-01 16:16:41|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:16:42|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:16:43|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:16:44|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:16:45|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:16:47|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:16:47|INFO |logger_until.py:Line17|types_ariacontrols: 6527eb08-d559-4a69-c6a3-c6ddca252213 2022-03-01 16:16:49|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:16:50|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:16:51|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:16:51|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:16:56|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:16:57|INFO |logger_until.py:Line17|select Sum for aggregation 2022-03-01 16:17:00|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:17:06|INFO |logger_until.py:Line17|start testing Sum + < 2022-03-01 16:17:06|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:17:06|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:17:12|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:17:18|INFO |logger_until.py:Line17|start testing Sum + = 2022-03-01 16:17:18|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:17:18|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:17:23|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:17:30|INFO |logger_until.py:Line17|start testing Sum + >= 2022-03-01 16:17:30|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:17:30|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:17:35|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:17:41|INFO |logger_until.py:Line17|start testing Sum + <= 2022-03-01 16:17:41|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:17:41|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:17:46|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:17:53|INFO |logger_until.py:Line17|expected value: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']], actually_result: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']] 2022-03-01 16:17:53|INFO |logger_until.py:Line17|testing test_value_bar_types_var_sum is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_min 77.75
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:17:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:17:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:17:57|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:17:59|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_min 2022-03-01 16:17:59|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:18:00|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:18:00|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:18:01|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:18:03|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:18:04|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:18:04|INFO |logger_until.py:Line17|types_ariacontrols: 33cae7ad-adfd-4dce-e60d-d904859aef5e 2022-03-01 16:18:06|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:18:08|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:18:09|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:18:09|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:18:13|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:18:15|INFO |logger_until.py:Line17|select Min for aggregation 2022-03-01 16:18:17|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:18:24|INFO |logger_until.py:Line17|start testing Min + < 2022-03-01 16:18:24|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:18:24|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:18:29|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:18:35|INFO |logger_until.py:Line17|start testing Min + = 2022-03-01 16:18:35|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:18:35|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:18:40|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:18:47|INFO |logger_until.py:Line17|start testing Min + >= 2022-03-01 16:18:47|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:18:47|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:18:52|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:18:59|INFO |logger_until.py:Line17|start testing Min + <= 2022-03-01 16:18:59|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:18:59|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:19:04|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:19:10|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:19:10|INFO |logger_until.py:Line17|testing test_value_bar_types_var_min is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_max 76.86
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:19:13|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:19:13|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:19:14|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:19:17|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_max 2022-03-01 16:19:17|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:19:18|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:19:18|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:19:19|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:19:20|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:19:22|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:19:22|INFO |logger_until.py:Line17|types_ariacontrols: cbd40ce3-8172-421f-b00d-159964eb4c2a 2022-03-01 16:19:24|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:19:25|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:19:27|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:19:27|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:19:31|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:19:32|INFO |logger_until.py:Line17|select Max for aggregation 2022-03-01 16:19:35|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:19:42|INFO |logger_until.py:Line17|start testing Max + < 2022-03-01 16:19:42|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:19:42|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:19:47|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:19:53|INFO |logger_until.py:Line17|start testing Max + = 2022-03-01 16:19:53|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:19:53|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:19:58|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:20:04|INFO |logger_until.py:Line17|start testing Max + >= 2022-03-01 16:20:04|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:20:04|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:20:09|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:20:16|INFO |logger_until.py:Line17|start testing Max + <= 2022-03-01 16:20:16|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:20:16|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:20:21|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:20:27|INFO |logger_until.py:Line17|expected value: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']], actually_result: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']] 2022-03-01 16:20:27|INFO |logger_until.py:Line17|testing test_value_bar_types_var_max is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_avg 77.72
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:20:30|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:20:30|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:20:31|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:20:33|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_avg 2022-03-01 16:20:33|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:20:35|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:20:35|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:20:36|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:20:37|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:20:39|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:20:39|INFO |logger_until.py:Line17|types_ariacontrols: daceb5b6-2b09-4f93-a581-2fba29debdb8 2022-03-01 16:20:41|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:20:43|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:20:44|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:20:44|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:20:48|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:20:50|INFO |logger_until.py:Line17|select Average for aggregation 2022-03-01 16:20:52|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:20:59|INFO |logger_until.py:Line17|start testing Average + < 2022-03-01 16:20:59|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:20:59|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:21:04|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:21:10|INFO |logger_until.py:Line17|start testing Average + = 2022-03-01 16:21:10|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:21:10|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:21:15|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:21:22|INFO |logger_until.py:Line17|start testing Average + >= 2022-03-01 16:21:22|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:21:22|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:21:27|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:21:33|INFO |logger_until.py:Line17|start testing Average + <= 2022-03-01 16:21:33|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:21:33|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:21:39|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:21:45|INFO |logger_until.py:Line17|expected value: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']], actually_result: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']] 2022-03-01 16:21:45|INFO |logger_until.py:Line17|testing test_value_bar_types_var_avg is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_counntd 78.60
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:21:47|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:21:48|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:21:49|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:21:51|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_counntd 2022-03-01 16:21:51|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:21:52|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:21:53|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:21:54|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:21:55|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:21:57|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:21:57|INFO |logger_until.py:Line17|types_ariacontrols: 8008a3e1-44e3-4a4b-bc65-664787f04e08 2022-03-01 16:21:59|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:22:00|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:22:01|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:22:01|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:22:06|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:22:07|INFO |logger_until.py:Line17|select Count Distinct for aggregation 2022-03-01 16:22:10|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:22:17|INFO |logger_until.py:Line17|start testing Count Distinct + < 2022-03-01 16:22:17|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:22:17|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:22:22|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:22:28|INFO |logger_until.py:Line17|start testing Count Distinct + = 2022-03-01 16:22:28|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:22:28|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:22:33|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:22:40|INFO |logger_until.py:Line17|start testing Count Distinct + >= 2022-03-01 16:22:40|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:22:40|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:22:45|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:22:52|INFO |logger_until.py:Line17|start testing Count Distinct + <= 2022-03-01 16:22:52|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:22:52|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:22:57|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:23:04|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:23:04|INFO |logger_until.py:Line17|testing test_value_bar_types_var_counntd is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_counnt 77.96
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:23:06|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:23:06|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:23:08|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:23:10|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_counnt 2022-03-01 16:23:10|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:23:11|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:23:11|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:23:13|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:23:14|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:23:15|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:23:16|INFO |logger_until.py:Line17|types_ariacontrols: d6a03e74-3854-40a2-e56d-d5e3deb23f19 2022-03-01 16:23:18|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:23:19|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:23:20|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:23:20|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:23:25|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:23:26|INFO |logger_until.py:Line17|select Count for aggregation 2022-03-01 16:23:29|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:23:36|INFO |logger_until.py:Line17|start testing Count + < 2022-03-01 16:23:36|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:23:36|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:23:41|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:23:47|INFO |logger_until.py:Line17|start testing Count + = 2022-03-01 16:23:47|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:23:47|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:23:52|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:23:59|INFO |logger_until.py:Line17|start testing Count + >= 2022-03-01 16:23:59|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:23:59|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:24:04|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:24:10|INFO |logger_until.py:Line17|start testing Count + <= 2022-03-01 16:24:10|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:24:10|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:24:15|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:24:22|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:24:22|INFO |logger_until.py:Line17|testing test_value_bar_types_var_counnt is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_sum 74.97
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:24:24|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:24:24|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:24:26|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:24:28|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_sum 2022-03-01 16:24:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:24:29|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:24:29|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:24:31|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:24:32|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:24:33|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:24:34|INFO |logger_until.py:Line17|types_ariacontrols: e1fb0cda-ce39-44f5-8187-d3eb73dc6a67 2022-03-01 16:24:36|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:24:37|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:24:38|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:24:38|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:24:43|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:24:45|INFO |logger_until.py:Line17|select Sum for aggregation 2022-03-01 16:24:47|INFO |logger_until.py:Line17|start testing Sum + > 2022-03-01 16:24:48|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:24:55|INFO |logger_until.py:Line17|start testing Sum + < 2022-03-01 16:24:55|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:24:55|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:24:59|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:25:05|INFO |logger_until.py:Line17|start testing Sum + = 2022-03-01 16:25:05|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:25:05|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:25:09|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:25:16|INFO |logger_until.py:Line17|start testing Sum + >= 2022-03-01 16:25:16|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:25:16|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:25:20|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:25:26|INFO |logger_until.py:Line17|start testing Sum + <= 2022-03-01 16:25:26|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:25:26|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:25:30|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:25:37|INFO |logger_until.py:Line17|expected value: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']], actually_result: [['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)']] 2022-03-01 16:25:37|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_sum is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_min 75.57
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:25:39|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:25:39|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:25:41|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:25:43|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_min 2022-03-01 16:25:43|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:25:44|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:25:44|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:25:46|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:25:47|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:25:48|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:25:49|INFO |logger_until.py:Line17|types_ariacontrols: 5456e169-497b-4207-d9d1-97fc0cbfa6fd 2022-03-01 16:25:51|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:25:52|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:25:53|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:25:53|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:25:58|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:25:59|INFO |logger_until.py:Line17|select Min for aggregation 2022-03-01 16:26:02|INFO |logger_until.py:Line17|start testing Min + > 2022-03-01 16:26:03|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:26:10|INFO |logger_until.py:Line17|start testing Min + < 2022-03-01 16:26:10|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:26:10|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:26:14|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:26:21|INFO |logger_until.py:Line17|start testing Min + = 2022-03-01 16:26:21|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:26:21|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:26:25|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:26:31|INFO |logger_until.py:Line17|start testing Min + >= 2022-03-01 16:26:31|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:26:31|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:26:35|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:26:42|INFO |logger_until.py:Line17|start testing Min + <= 2022-03-01 16:26:42|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:26:42|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:26:46|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:26:52|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:26:52|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_min is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_max 73.86
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:26:55|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:26:56|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:26:58|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_max 2022-03-01 16:26:58|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:27:39|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 26, in findelements WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 33, in values_all eles = self._findeles(css_all) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 42, in findelements raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 278, in values eles = self.values_all() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Properties/values.py", line 36, in values_all raise e and self._log.logger_error(e) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException 2022-03-01 16:28:35|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/testCase/PivotTable/Properties/test_value.py", line 63, in properties_op self.dashboard.single_chart_body_click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 62, in single_chart_body_click raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException 2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException 2022-03-01 16:29:31|ERROR |logger_until.py:Line20|exceptions must derive from BaseException Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 15, in findelement WebDriverWait(self.driver, timeout, timeseq).until( File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 80, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 50, in single_chart_body ele = self._findele(css, 15, 1) File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Common/dom_until.py", line 22, in findelement raise (type(e), e) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 59, in single_chart_body_click Dashboard(self._driver).single_chart_body().click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 55, in single_chart_body raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/testCase/PivotTable/Properties/test_value.py", line 63, in properties_op self.dashboard.single_chart_body_click() File "/Users/xingyanghan/Desktop/work/ESB/EyeGuide_ESBAutomation/Components/Component/VisibilityLayer/Dashboard/Dashboard.py", line 62, in single_chart_body_click raise err and self._log.logger_error(err) TypeError: exceptions must derive from BaseException
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:30:13|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:30:14|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:30:15|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:30:17|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_max 2022-03-01 16:30:17|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:30:18|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:30:18|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:30:20|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:30:21|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:30:22|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:30:22|INFO |logger_until.py:Line17|types_ariacontrols: c2d92f8d-6e74-43e3-cb4a-54e3ec485cc1 2022-03-01 16:30:24|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:30:25|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:30:26|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:30:26|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:30:31|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:30:32|INFO |logger_until.py:Line17|select Max for aggregation 2022-03-01 16:30:34|INFO |logger_until.py:Line17|start testing Max + > 2022-03-01 16:30:35|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:30:41|INFO |logger_until.py:Line17|start testing Max + < 2022-03-01 16:30:41|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:30:41|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:30:45|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:30:51|INFO |logger_until.py:Line17|start testing Max + = 2022-03-01 16:30:51|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:30:51|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:30:54|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:31:01|INFO |logger_until.py:Line17|start testing Max + >= 2022-03-01 16:31:01|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:31:01|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:31:05|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:31:11|INFO |logger_until.py:Line17|start testing Max + <= 2022-03-01 16:31:11|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:31:11|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:31:14|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:31:21|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:31:21|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_max is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_avg 70.19
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:31:23|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:31:23|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:31:25|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:31:27|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_avg 2022-03-01 16:31:27|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:31:28|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:31:28|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:31:29|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:31:30|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:31:31|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:31:32|INFO |logger_until.py:Line17|types_ariacontrols: 73c29066-c47f-4d6f-c05d-a2740676a33f 2022-03-01 16:31:34|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:31:35|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:31:36|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:31:36|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:31:41|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:31:42|INFO |logger_until.py:Line17|select Average for aggregation 2022-03-01 16:31:44|INFO |logger_until.py:Line17|start testing Average + > 2022-03-01 16:31:44|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:31:51|INFO |logger_until.py:Line17|start testing Average + < 2022-03-01 16:31:51|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:31:51|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:31:55|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:32:01|INFO |logger_until.py:Line17|start testing Average + = 2022-03-01 16:32:01|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:32:01|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:32:04|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:32:10|INFO |logger_until.py:Line17|start testing Average + >= 2022-03-01 16:32:10|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:32:10|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:32:14|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:32:21|INFO |logger_until.py:Line17|start testing Average + <= 2022-03-01 16:32:21|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:32:21|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:32:25|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:32:31|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:32:31|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_avg is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_countd 69.57
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:32:33|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:32:34|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:32:35|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:32:37|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_countd 2022-03-01 16:32:37|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:32:38|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:32:38|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:32:39|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:32:40|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:32:42|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:32:42|INFO |logger_until.py:Line17|types_ariacontrols: 5e7e5c9f-9815-48ab-cdb5-d7665356b04d 2022-03-01 16:32:44|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:32:45|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:32:46|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:32:46|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:32:51|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:32:52|INFO |logger_until.py:Line17|select Count Distinct for aggregation 2022-03-01 16:32:54|INFO |logger_until.py:Line17|start testing Count Distinct + > 2022-03-01 16:32:54|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:33:01|INFO |logger_until.py:Line17|start testing Count Distinct + < 2022-03-01 16:33:01|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:33:01|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:33:05|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:33:11|INFO |logger_until.py:Line17|start testing Count Distinct + = 2022-03-01 16:33:11|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:33:11|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:33:15|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:33:21|INFO |logger_until.py:Line17|start testing Count Distinct + >= 2022-03-01 16:33:21|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:33:21|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:33:24|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:33:31|INFO |logger_until.py:Line17|start testing Count Distinct + <= 2022-03-01 16:33:31|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:33:31|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:33:34|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:33:40|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:33:40|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_countd is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_types_var_allowgroup_count 70.38
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:33:43|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:33:43|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:33:45|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:33:47|INFO |logger_until.py:Line17|Starting test TC test_value_bar_types_var_allowgroup_count 2022-03-01 16:33:47|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:33:48|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:33:48|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:33:49|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:33:50|INFO |logger_until.py:Line17|click on types dropdown list 2022-03-01 16:33:51|INFO |logger_until.py:Line17|select variables types 2022-03-01 16:33:52|INFO |logger_until.py:Line17|types_ariacontrols: 75576a05-e052-4979-ee4f-b96ec866e7cb 2022-03-01 16:33:54|INFO |logger_until.py:Line17|click on color picker 2022-03-01 16:33:55|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:33:56|INFO |logger_until.py:Line17|close color picker 2022-03-01 16:33:56|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:34:01|INFO |logger_until.py:Line17|click on aggregation drop down list 2022-03-01 16:34:02|INFO |logger_until.py:Line17|select Count for aggregation 2022-03-01 16:34:04|INFO |logger_until.py:Line17|start testing Count + > 2022-03-01 16:34:05|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:34:12|INFO |logger_until.py:Line17|start testing Count + < 2022-03-01 16:34:12|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:34:12|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:34:15|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:34:21|INFO |logger_until.py:Line17|start testing Count + = 2022-03-01 16:34:21|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:34:21|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:34:25|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:34:31|INFO |logger_until.py:Line17|start testing Count + >= 2022-03-01 16:34:31|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:34:31|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:34:34|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:34:41|INFO |logger_until.py:Line17|start testing Count + <= 2022-03-01 16:34:41|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:34:41|INFO |logger_until.py:Line17|click on condition drop down list 2022-03-01 16:34:44|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:34:51|INFO |logger_until.py:Line17|expected value: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']], actually_result: [['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)'], ['rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(65, 117, 5)', 'rgb(74, 144, 226)'], ['rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(74, 144, 226)', 'rgb(65, 117, 5)']] 2022-03-01 16:34:51|INFO |logger_until.py:Line17|testing test_value_bar_types_var_allowgroup_count is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_displayvalue 16.29
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:34:53|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:34:54|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:34:55|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:34:57|INFO |logger_until.py:Line17|Starting test TC test_value_bar_displayvalue 2022-03-01 16:34:57|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:34:58|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:34:58|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:35:00|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:35:01|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:35:03|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:35:07|INFO |logger_until.py:Line17|expected value: 110,281.5, actually_result: 110,281.5 2022-03-01 16:35:07|INFO |logger_until.py:Line17|testing test_value_bar_displayvalue is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_auto 17.63
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:35:10|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:35:10|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:35:11|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:35:13|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_auto 2022-03-01 16:35:13|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:35:14|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:35:15|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:35:16|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:35:17|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:35:18|INFO |logger_until.py:Line17|click on Auto toggle 2022-03-01 16:35:21|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:35:25|INFO |logger_until.py:Line17|expected value: 110.281, actually_result: 110.281 2022-03-01 16:35:25|INFO |logger_until.py:Line17|testing test_value_bar_unit_auto is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_unit_static 58.93
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:35:27|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:35:28|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:35:29|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:35:31|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_unit_static 2022-03-01 16:35:31|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:35:32|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:35:32|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:35:33|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:35:35|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:35:36|INFO |logger_until.py:Line17|click on display unit toggle 2022-03-01 16:35:36|INFO |logger_until.py:Line17|select unit value default, K, Mn, Bn, % and get testing result 2022-03-01 16:35:37|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:35:41|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:35:47|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:35:51|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:35:57|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:36:01|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:36:06|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:36:10|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:36:15|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:36:19|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:36:24|INFO |logger_until.py:Line17|expected value: ['110,281.5', '110.281K', '0.11Mn', '0Bn', '11,028,150%'], actually_result: ['110,281.5', '110.281K', '0.11Mn', '0Bn', '11,028,150%'] 2022-03-01 16:36:24|INFO |logger_until.py:Line17|testing test_value_bar_unit_unit_static is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_unit_dynamic 22.40
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:36:26|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:36:26|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:36:28|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:36:30|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_unit_dynamic 2022-03-01 16:36:30|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:36:31|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:36:31|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:36:32|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:36:34|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:36:35|INFO |logger_until.py:Line17|click on display unit toggle 2022-03-01 16:36:35|INFO |logger_until.py:Line17|click on unit toggle to turn on Dynamic 2022-03-01 16:36:37|INFO |logger_until.py:Line17|click on unit dropdown list 2022-03-01 16:36:41|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:36:46|INFO |logger_until.py:Line17|expected value: ['110,281.5'], actually_result: ['110,281.5'] 2022-03-01 16:36:46|INFO |logger_until.py:Line17|testing test_value_bar_unit_unit_dynamic is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_decimal_static 17.93
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:36:49|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:36:49|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:36:50|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:36:52|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_decimal_static 2022-03-01 16:36:52|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:36:53|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:36:54|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:36:55|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:36:56|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:36:58|INFO |logger_until.py:Line17|input 2 to decimal input element 2022-03-01 16:37:00|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:37:04|INFO |logger_until.py:Line17|expected value: 110,281.50, actually_result: 110,281.50 2022-03-01 16:37:04|INFO |logger_until.py:Line17|testing test_value_bar_unit_decimal_static is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_decimal_dynamic 20.71
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:37:06|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:37:07|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:37:08|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:37:10|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_decimal_dynamic 2022-03-01 16:37:10|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:37:11|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:37:11|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:37:13|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:37:14|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:37:15|INFO |logger_until.py:Line17|click on deciaml toggle 2022-03-01 16:37:17|INFO |logger_until.py:Line17|open decimal dropdown and select field 2022-03-01 16:37:21|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:37:25|INFO |logger_until.py:Line17|expected value: 110,281.5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, actually_result: 110,281.5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2022-03-01 16:37:25|INFO |logger_until.py:Line17|testing test_value_bar_unit_decimal_dynamic is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_separator 34.51
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:37:27|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:37:28|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:37:29|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:37:31|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_separator 2022-03-01 16:37:31|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:37:32|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:37:32|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:37:34|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:37:35|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:37:36|INFO |logger_until.py:Line17|click on separator dropdown list and select values, recording test result 2022-03-01 16:37:59|INFO |logger_until.py:Line17|expected value: ['110281.5', '110 281.5', '110,281.5'], actually_result: ['110281.5', '110 281.5', '110,281.5'] 2022-03-01 16:37:59|INFO |logger_until.py:Line17|testing test_value_bar_unit_separator is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_prefixAndSuffix 37.50
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:38:02|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:38:02|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:38:03|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:38:05|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_prefixAndSuffix 2022-03-01 16:38:05|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:38:07|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:38:07|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:38:08|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:38:10|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:38:11|INFO |logger_until.py:Line17|input !@#1,-aC% to prefix input element 2022-03-01 16:38:21|INFO |logger_until.py:Line17|input !@#1,-aC% to suffix input element 2022-03-01 16:38:33|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:38:37|INFO |logger_until.py:Line17|expected value: !@#1,-aC%220!@#1,-aC%, actually_result: !@#1,-aC%220!@#1,-aC% 2022-03-01 16:38:37|INFO |logger_until.py:Line17|testing test_value_bar_unit_prefixAndSuffix is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_format 25.94
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:38:39|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:38:40|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:38:41|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:38:43|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_format 2022-03-01 16:38:43|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:38:44|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:38:44|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:38:46|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:38:47|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:38:48|INFO |logger_until.py:Line17|set format B, I, underline 2022-03-01 16:38:55|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:38:59|INFO |logger_until.py:Line17|expected value: ['rgb(65, 117, 5)', 'italic', 'bold', 'underline', '10px'], actually_result: ['rgb(65, 117, 5)', 'normal', 'bold', 'underline', '10px'] 2022-03-01 16:38:59|INFO |logger_until.py:Line17|screenShot has been done in path 2022-03-01 16:38:59|ERROR |logger_until.py:Line20|<class 'AssertionError'> NoneType: None
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:02|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:02|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:03|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:05|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_format 2022-03-01 16:39:05|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:07|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:39:07|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:08|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:39:10|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:39:11|INFO |logger_until.py:Line17|set format B, I, underline 2022-03-01 16:39:17|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:39:21|INFO |logger_until.py:Line17|expected value: ['rgb(65, 117, 5)', 'italic', 'bold', 'underline', '10px'], actually_result: ['rgb(65, 117, 5)', 'italic', 'bold', 'underline', '10px'] 2022-03-01 16:39:21|INFO |logger_until.py:Line17|testing test_value_bar_unit_format is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_bar_unit_alignment 27.18
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:24|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:24|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:25|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:28|INFO |logger_until.py:Line17|Starting test TC test_value_bar_unit_alignment 2022-03-01 16:39:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:29|INFO |logger_until.py:Line17|click on options: target_count(sum) 2022-03-01 16:39:29|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:30|INFO |logger_until.py:Line17|click on the options: Bar 2022-03-01 16:39:32|INFO |logger_until.py:Line17|click on display value toggle 2022-03-01 16:39:33|INFO |logger_until.py:Line17|set format left, center, right 2022-03-01 16:39:33|INFO |logger_until.py:Line17|getting center test result 2022-03-01 16:39:37|INFO |logger_until.py:Line17|click on left btn 2022-03-01 16:39:39|INFO |logger_until.py:Line17|getting left test result 2022-03-01 16:39:43|INFO |logger_until.py:Line17|click on left btn 2022-03-01 16:39:45|INFO |logger_until.py:Line17|getting right test result 2022-03-01 16:39:49|INFO |logger_until.py:Line17|expected value: ['center', 'left', 'right'], actually_result: ['center', 'left', 'right'] 2022-03-01 16:39:49|INFO |logger_until.py:Line17|testing test_value_bar_unit_alignment is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_style 133.00
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:39:51|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:39:53|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:39:55|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:39:55|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:39:56|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:39:58|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:39:59|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:40:01|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:40:03|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:40:06|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:40:08|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:40:08|INFO |logger_until.py:Line17|input 0 for control input
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:40:58|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:40:59|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:41:01|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:41:01|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:41:03|INFO |logger_until.py:Line17|click on options: sales_count(sum)
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:41:06|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:41:06|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:41:08|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:41:10|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:41:10|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:41:11|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:41:12|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:41:13|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:41:14|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:41:17|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:41:18|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:41:19|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:41:21|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:41:23|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:41:24|INFO |logger_until.py:Line17|input 0 for control input
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:41:59|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:42:00|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:42:01|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:42:03|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_style 2022-03-01 16:42:03|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:42:04|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:42:05|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:42:06|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:42:08|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:42:10|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:42:12|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:42:12|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:42:15|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:42:17|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:42:17|INFO |logger_until.py:Line17|input 0 for control input 2022-03-01 16:43:58|INFO |logger_until.py:Line17|expected value: ['arrowIcon indicatorCircular', 'arrowIcon indicatorDiamond', 'arrowIcon indicatorRectangle', 'arrowIcon indicatorSquare', 'anticon anticon-caret-up', 'anticon anticon-up-circle', 'arrowIcon arrowUp', 'arrowIcon angleDoubleUp', 'arrowIcon arrowDottedUp', 'arrowIcon arrowCircleUp', 'arrowIcon caretCircleUp', 'arrowIcon angleUp', 'arrowIcon caretDoubleUp', 'arrowIcon arrowCircleOutlinedUp'], actually_result: ['arrowIcon indicatorCircular', 'arrowIcon indicatorDiamond', 'arrowIcon indicatorRectangle', 'arrowIcon indicatorSquare', 'anticon anticon-caret-up', 'anticon anticon-up-circle', 'arrowIcon arrowUp', 'arrowIcon angleDoubleUp', 'arrowIcon arrowDottedUp', 'arrowIcon arrowCircleUp', 'arrowIcon caretCircleUp', 'arrowIcon angleUp', 'arrowIcon caretDoubleUp', 'arrowIcon arrowCircleOutlinedUp'] 2022-03-01 16:43:58|INFO |logger_until.py:Line17|testing test_value_indicator_style is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_size 30.34
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:44:00|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:44:01|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:44:02|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:44:04|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_size 2022-03-01 16:44:04|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:44:05|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:44:06|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:44:07|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:44:09|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:44:11|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:44:13|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:44:13|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:44:16|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:44:18|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:44:18|INFO |logger_until.py:Line17|input 0 for control input 2022-03-01 16:44:20|INFO |logger_until.py:Line17|set size = 10px 2022-03-01 16:44:28|INFO |logger_until.py:Line17|expected value: ['10px', '10px'], actually_result: ['10px', '10px'] 2022-03-01 16:44:28|INFO |logger_until.py:Line17|testing test_value_indicator_size is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_values 53.51
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:44:31|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:44:31|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:44:32|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:44:34|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_values 2022-03-01 16:44:34|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:44:36|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:44:36|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:44:37|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:44:39|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:44:41|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:44:43|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:44:44|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:44:46|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:44:48|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:44:48|INFO |logger_until.py:Line17|input 210 for control input 2022-03-01 16:44:52|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:44:54|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:44:58|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:44:58|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:45:00|INFO |logger_until.py:Line17|select < for condition 2022-03-01 16:45:04|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:45:04|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:45:06|INFO |logger_until.py:Line17|select = for condition 2022-03-01 16:45:10|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:45:10|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:45:11|INFO |logger_until.py:Line17|select >= for condition 2022-03-01 16:45:15|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:45:16|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:45:17|INFO |logger_until.py:Line17|select <= for condition 2022-03-01 16:45:21|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:45:22|INFO |logger_until.py:Line17|expected value: ['anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus'], actually_result: ['anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'anticon anticon-minus', 'arrowIcon arrowUp', 'anticon anticon-minus', 'anticon anticon-minus'] 2022-03-01 16:45:22|INFO |logger_until.py:Line17|testing test_value_indicator_values is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_types_values_multiple 50.69
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:45:24|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:45:25|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:45:26|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:45:28|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_types_values_multiple 2022-03-01 16:45:28|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:45:29|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:45:30|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:45:31|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:45:33|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:45:35|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:45:37|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:45:37|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:45:40|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:45:42|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:45:43|INFO |logger_until.py:Line17|input 210 for control input 2022-03-01 16:45:47|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:45:49|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:45:50|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:45:51|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:45:53|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:45:55|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:45:57|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:45:58|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:46:01|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:46:03|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:46:04|INFO |logger_until.py:Line17|input 400 for control input 2022-03-01 16:46:08|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:46:13|INFO |logger_until.py:Line17|expected value: [('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', '')], actually_result: [('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(248, 231, 28)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', '')] 2022-03-01 16:46:13|INFO |logger_until.py:Line17|testing test_value_indicator_types_values_multiple is completed and passed
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_values_delete 37.77
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:46:15|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:46:15|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:46:17|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:46:19|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_values_delete 2022-03-01 16:46:19|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:46:20|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:46:20|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:46:22|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:46:24|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:46:26|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:46:28|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:46:28|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:46:31|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:46:33|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:46:34|INFO |logger_until.py:Line17|input 210 for control input 2022-03-01 16:46:40|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:46:44|INFO |logger_until.py:Line17|click on delete icon 2022-03-01 16:46:47|INFO |logger_until.py:Line17|getting test result 2022-03-01 16:46:50|INFO |logger_until.py:Line17|[[('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('arrowIcon arrowUp', 'rgb(65, 117, 5)'), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', '')], [('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', ''), ('anticon anticon-minus', '')]]
Passed testCase/PivotTable/Properties/test_value.py::TestValues::test_value_indicator_var_avg 8.19
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:53:05|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:53:06|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:53:08|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_avg 2022-03-01 16:53:08|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:53:10|INFO |logger_until.py:Line17|click on options: sales_count(sum)
-----------------------------Captured stderr setup------------------------------
2022-03-01 16:53:16|INFO |logger_until.py:Line17|click on singleChartBody 2022-03-01 16:53:16|INFO |logger_until.py:Line17|click on actiontool_edit_click btn 2022-03-01 16:53:17|INFO |logger_until.py:Line17|click on Values section
------------------------------Captured stderr call------------------------------
2022-03-01 16:53:19|INFO |logger_until.py:Line17|Starting test TC test_value_indicator_var_avg 2022-03-01 16:53:19|INFO |logger_until.py:Line17|click on Values dropdown 2022-03-01 16:53:21|INFO |logger_until.py:Line17|click on options: sales_count(sum) 2022-03-01 16:53:21|INFO |logger_until.py:Line17|click on view As drop-down 2022-03-01 16:53:23|INFO |logger_until.py:Line17|click on the options: Indicator 2022-03-01 16:53:25|INFO |logger_until.py:Line17|click on type dropdown list 2022-03-01 16:53:27|INFO |logger_until.py:Line17|select Variables for type 2022-03-01 16:53:29|INFO |logger_until.py:Line17|click on add button 2022-03-01 16:53:32|INFO |logger_until.py:Line17|click on indicator style 2022-03-01 16:53:34|INFO |logger_until.py:Line17|click up for indicatior 2022-03-01 16:53:35|INFO |logger_until.py:Line17|click on color picker component 2022-03-01 16:53:37|INFO |logger_until.py:Line17|select color: #417505 2022-03-01 16:53:38|INFO |logger_until.py:Line17|click condition dropdown list 2022-03-01 16:53:40|INFO |logger_until.py:Line17|select > for condition 2022-03-01 16:53:43|INFO |logger_until.py:Line17|click on reference var dropdown list 2022-03-01 16:53:46|INFO |logger_until.py:Line17|select reference var